Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / NotifyCollectionBase<T> Class / IsReadOnly Property


In This Topic
    IsReadOnly Property (NotifyCollectionBase<T>)
    In This Topic
    Gets a value that indicates whether the collection is read-only.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(False)>
    Public Overridable ReadOnly Property IsReadOnly As Boolean
    'Usage
     
    Dim instance As NotifyCollectionBase(Of T)
    Dim value As Boolean
     
    value = instance.IsReadOnly
    [DefaultValue(false)]
    public virtual bool IsReadOnly {get;}

    Property Value

    true if the collection is read-only; otherwise, false. The default value is false.
    See Also